home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / zipds10.zip / ZIPDS.DOC < prev    next >
Text File  |  1989-02-18  |  2KB  |  64 lines

  1.  
  2.                     ZIPDS - Zipfile Date Stamper
  3.                            v1.0, 02-19-89
  4.                    Copyright 1989 Samuel H. Smith
  5.  
  6.  
  7. This utility can be used to QUICKLY update the date/time stamp on a
  8. bunch of Zipfiles.  It also checks for truncated or garbled ZIPs (it
  9. does not verify the CRC, but still catches about 80% of all bad
  10. Zipfiles.)
  11.  
  12. It will update my entire upload directory in less than a minute. When
  13. used with 'sweep' (or similar) it can be used to globally update all
  14. Zipfiles on your system.
  15.  
  16.  
  17. Usage:  zipds *.ZIP [>OUT]
  18.  
  19.    Sets non-0 errorlevel on truncated or corrupt Zipfiles
  20.  
  21.  
  22. Example:
  23.    zipds d:\upload\*
  24.    if errorlevel 1 goto errors
  25.  
  26.  
  27. I write ZIPDS because PKZIP 0.90 cannot update zipfile timestamps
  28. without also updating at least one member file, making it impractical to
  29. use for batch updates.
  30.  
  31.  
  32. This program is provided courtesy of:
  33.  
  34.                Samuel H. Smith
  35.                 The Tool Shop
  36.                  Phoenix, AZ
  37.         (602) 279-2673 9600 baud / Hayes-V
  38.         (602) 264-2969 9600 baud / HST
  39.  
  40.  
  41. Disclaimer
  42. ----------
  43.  
  44. This software is completely FREE.   I ask only for your comments,
  45. suggestions and bug reports.   If you modify this program, I would
  46. appreciate a copy of the new source code.   Please don't delete my name
  47. from the program.
  48.  
  49. I cannot be responsible for any damages resulting from the use or mis-
  50. use of this program!
  51.  
  52. If you have any questions, bugs, or suggestions, please contact me at
  53. The Tool Shop,  (602) 279-2673.
  54.  
  55. Enjoy!     Samuel H. Smith
  56.  
  57.  
  58. Revision History
  59. ----------------
  60.  
  61. 02-19-89 v1.0
  62.    Initial release
  63.  
  64.